home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / misc / xref_v1.1.lha / XRef / Doc / english / xrefattrs.doc < prev    next >
Encoding:
Text File  |  1995-01-09  |  1.1 KB  |  46 lines

  1. XRef-Tools/XRefAttrs                                       XRef-Tools/XRefAttrs
  2.  
  3. $VER: xrefattrs.doc 1.1 (16.07.94)
  4.  
  5. NAME
  6.     XRefAttrs - change attributes of a/some xreffile(s)
  7.  
  8. TEMPLATE
  9.     FILES/M/A,PRI/N/K,LOCK/S,UNLOCK/S,INDEX/S,NOINDEX/S
  10.  
  11. FORMAT
  12.     XRefAttrs [FILES] file [file1 [..]] [PRI priority] [LOCK|UNLOCK]
  13.               [INDEX|NOINDEX]
  14.  
  15. FUNCTION
  16.     changes a/some attribute(s) of a/some xreffile(s).
  17.  
  18. INPUTS
  19.     FILES (STRINGS) - filenames of the xreffiles to change the attributes
  20.  
  21.     PRI (NUMBER) - new priority for the xreffile(s)
  22.  
  23.     LOCK (BOOLEAN) - lock these xreffile(s)
  24.  
  25.     UNLOCK (BOOLEAN) - unlock the xreffile(s)
  26.  
  27.     INDEX (BOOLEAN) - generate an index for these xreffile(s). The normal
  28.         compare modes are much faster as without an index !!!
  29.  
  30.     NOINDEX (BOOLEAN) - removes all index array's of the xreffile(s)
  31.  
  32. EXAMPLE
  33.     XRefAttrs autodoc_v40.xref PRI -1 LOCK INDEX
  34.  
  35. SEE ALSO
  36.     LoadXRef, ExpungeXRef, ParseXRef, AGuideXRefV37, AGuideXRefV39,
  37.     XRefConvert
  38.  
  39. COPYRIGHT
  40.     by Stefan Ruppert (C) 1994
  41.  
  42. HISTORY
  43.     XRefAttrs 1.1 (16.7.94) :
  44.         - created
  45.  
  46.